From: Jo-Philipp Wich Date: Sun, 21 Nov 2021 17:53:59 +0000 (+0100) Subject: luci-theme-bootstrap: fix inner border radius in ifaceboxes, progressbars X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=071a3b0d12969fbd7e102dba9b297f18869ef82a;p=project%2Fluci.git luci-theme-bootstrap: fix inner border radius in ifaceboxes, progressbars Signed-off-by: Jo-Philipp Wich (cherry picked from commit 6f4708ca68bb02c9d4d76d3cd1f130d62558f5f1) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 58b09541d5..0ab217d900 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1774,7 +1774,7 @@ select + .cbi-button, height: 100%; transition: width .25s ease-in; width: 0%; - border-radius: 3px; + border-radius: 2px; } .cbi-progressbar::before { @@ -2102,7 +2102,7 @@ table table td, .ifacebox .ifacebox-head { border-bottom: 1px solid var(--border-color-high); - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; padding: 2px; background: #eee; color: var(--text-color-high);